home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / rw2vb10 / readme.txt < prev    next >
Text File  |  1994-07-21  |  2KB  |  55 lines

  1. RW2VB ver 1.0 (7/1994)
  2. ------------------------
  3. Translates Resource Workshop RC dialog scripts to Visual Basic forms
  4.  
  5. Files:
  6. ------
  7. RW2VB.EXE        The executable program - requires Microsoft Windows 3.x
  8. DLGTEST.DLG      Test file
  9. MNUTEST.DLG          "
  10. REGISTER.TXT     Registration form
  11. README.TXT       This file
  12.  
  13. Quick Start:
  14. ------------
  15. Make a new directory, e.g. \VB\FHOME.
  16. Copy all 5 files to the directory.
  17. Start RW2VB.EXE.
  18.  
  19. IF you have Resource Workshop (part of Borland C++ 3.1
  20.               package - product of Borland International) THEN
  21.     Press ViewNext button. (this will start WORKSHOP.EXE)
  22.     In Workshop: Open one of test files.
  23.     Press ViewNext button.
  24.     Press GetText button. (this will activate option 'Edit As Text' in
  25.                           Workshop and copy text to your Upper textbox)
  26. ELSE
  27.     Press ViewNext button. (this will hide ViewNext and GetText buttons)
  28.     Press File button and select one of test files.
  29. END IF.
  30. Press TranslateToVB button. (translated text will appear in Lower textbox)
  31. Press Save (for dlgtest) button to save your NEW VB FORM.
  32. Press SaveInto (for menutest) button to add your NEW MENU to existing
  33. or new VB Form.
  34.  
  35. File Dialog:
  36. ------------
  37. Drag and Drop operations can be used to Delete any file, or to Copy it to
  38. 'home' directory.
  39.  
  40. Limits:
  41. -------
  42. Since program was primarily designed to work with workshop.exe, it can
  43. handle one resource (dialog or menu) at the time. If multiple resources
  44. are in one .RC or .DLG file only the top one will be translated. 
  45. "#include" and other directives are not supported.
  46.  
  47.  
  48.  
  49. Please, send your suggestions or questions to address:
  50. Bruno Paris
  51. K. Jelene 6
  52. 41000 Zagreb
  53. Croatia
  54. (or by e-mail: bp@mapbf.pbfrng.hr)
  55.